|
|
|
|
ShowHierarchy Property, ColumnClass Class |
Defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image).
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ShowHierarchy As Boolean |
C# |
public bool ShowHierarchy { get; set; } |
C++ |
public: property bool ShowHierarchy { |
Property Value
True if this column displays hierarchy information (tree lines, expand/collapse buttons, item image), otherwise False.
The default value is False.
Comments
The ShowHierarchy property defines whether this column displays hierarchy information (tree lines, expand/collapse buttons, item image).
Only one column can display hierarchy information. By setting this property to True for one column, the property is automatically set to False for all other columns.
The display of hierarchy information is optional and can be turned off for all columns.